ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / MapLayerBase<T> Class / MapLayerBase<T> Constructor / MapLayerBase<T> Constructor(FlexMap<T>)
The owner which owns this map layer.






In This Topic
    MapLayerBase<T> Constructor(FlexMap<T>)
    In This Topic
    Creates one MapLayerBase<T> instance.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal owner As FlexMap(Of T) _
    )
    'Usage
     
    
    Dim owner As FlexMap(Of T)
     
    Dim instance As New MapLayerBase(Of T)(owner)
    public MapLayerBase<T>( 
       FlexMap<T> owner
    )
    public MapLayerBase<T>( 
        owner: FlexMap
    ); 
    public function MapLayerBase<T>( 
       owner : FlexMap
    );
    public: MapLayerBase<T>( 
       FlexMap<T*>* owner
    )
    public:
    MapLayerBase<T>( 
       FlexMap<T^>^ owner
    )

    Parameters

    owner
    The owner which owns this map layer.
    See Also